home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 3
/
BBS in a box - Trilogy III.iso
/
Files
/
Unstuffers
/
Other Compression
/
MACUNZIP
/
CRC32.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-09-24
|
187 b
|
10 lines
|
[
TEXT/ttxt
]
long crc32val;
/* update running CRC calculation with contents of a buffer */
#ifndef OLDC
void UpdateCRC(unsigned char *s, register int len);
#else
void UpdateCRC();
#endif /* OLDC */